Welcome![Sign In][Sign Up]
Location:
Search - bmp image file read

Search list

[Windows Developimagerestoration

Description: 图像恢复 1.编程读出给定的多幅bmp文件的图像矩阵数据 2.编程利用噪声对图像矩阵进行数据劣化 3.编程利用图像恢复算法进行复原,并观察复原效果 4.调整噪声的种类和强度进行重复实验 -1. Programmed to read out a given number of bmp image matrix data file 2. Programming to use noise to the image data matrix degradation 3. Programming algorithm using image restoration rehabilitation, and to observe the effect of 4 recovery. Adjust the noise type and intensity of duplicate experiments
Platform: | Size: 11264 | Author: joshua | Hits:

[Special Effectsp231

Description: 数字图像处理中BMP文件的读与写,并实现对该图像文件的平滑操作。-Digital image processing read and write BMP files, and to achieve smooth operation of the image file.
Platform: | Size: 192512 | Author: 刘丽梅 | Hits:

[Graph programBMPDICOM

Description: 通过VB控件和编程实现BMP文件和DICOM文件的读取,并且实现图像的直方图编码,均衡化等过程。-VB control and programming through the BMP file and DICOM file read, and the histogram of image coding, equalization and other processes.
Platform: | Size: 2048 | Author: 董谦 | Hits:

[Picture ViewerVCreadBMP

Description: 是用VC读取bmp文件并显示出来,对于图像处理学习的朋友有一定作用。-Bmp file using VC is read and displayed, the image processing to learn a friend has a role.
Platform: | Size: 2143232 | Author: 金建 | Hits:

[Graph programbmpchangeraw

Description: 找一幅BMP灰度图像,读取其高度、宽度。 将该BMP文件的数据部分读出来,并存为相应得RAW格式,用photoshop显示该RAW文件,观察是否正确。 -BMP to find a gray image, to read the height and width. Part of the BMP file data read out and stored for the corresponding the RAW format, displays the RAW files with photoshop, observation is correct.
Platform: | Size: 221184 | Author: 欧阳翔 | Hits:

[Documentstesttct

Description: 能读取BMP图象文件(真彩色、265色等)到内存中,而后在console界面中用文本方法显示。同时可以将图象颜色翻转,并重新存盘。-BMP image files can be read (true color, 265 color, etc.) into memory, then the way console interface using text display. At the same time can turn the color of the images and re-save the file.
Platform: | Size: 3072 | Author: 小黄 | Hits:

[Graph programloadbmp.h

Description: 实现对bmp格式图像文件的读取与写入操作(不能够对32位位图文件操作)-Bmp format image files to realize the read and write operations (not a bitmap file on 32-bit operation)
Platform: | Size: 2048 | Author: caixt | Hits:

[matlabquantization

Description: This matlab code read bmp file and seperate it to R,G,B components. And also quantize the image.
Platform: | Size: 58368 | Author: Kil Jhun Jeong | Hits:

[CSharpsss

Description: 从access读取图片文件并保存为bmp文件-Access to read from the image file and saved as bmp files
Platform: | Size: 4891648 | Author: ts | Hits:

[GUI Developwindows(fileandview)

Description: (Image)编写一个读显BMP文件[和其他图象文件]的MDI程序,要求:实现文件过滤、创建滚动视图类、对小位图使子窗口按适应图大小、对大位图支持子窗口的滚动。[可以使用CImage类]-(Image) was prepared by a read BMP files [and other image file] of the MDI program requirements: implementation file filtering, create a scroll view class, the small sub-window for the bitmap to adapt to map the size of the large bitmap support the child window rolling. [You can use CImage class]
Platform: | Size: 930816 | Author: siheng_yq | Hits:

[Special EffectsImageInfo

Description: 简单的bmp图像颜色处理例子,适合新手,从文件结构讲起,逐步实现存储,读取,颜色替换等功能-Bmp image color processing simple example for beginners, I start from the file structure, the progressive realization of storage, read, color replacement functions
Platform: | Size: 6491136 | Author: Yang | Hits:

[GDI-BitmapGRID_TO_BMP

Description: C + +程序创建一个Microsoft骨形态发生蛋白的彩色图像文件,表示从一个文本文件中读取的标量数据。- C++ program which creates a Microsoft BMP color image file that represents scalar data read from a text file.
Platform: | Size: 3072 | Author: 林为泳 | Hits:

[Special Effectschap1-1

Description: bmp文件结构以及其格式的图像文件的读写和其位图数据的访问-bmp file structure and format of the image file and the bitmap data read and write access
Platform: | Size: 1462272 | Author: zhengwei | Hits:

[Special Effectsd1

Description: 图像处理程序 简单读取bmp格式文件并编程 适用于初接触者 将目录下bmp文件左下角置为一片黑色-Bmp image processing program is simple to read format and programming for early contacts directory bmp file will be set to a black bottom left corner
Platform: | Size: 2048 | Author: wangwei | Hits:

[Picture ViewervcPP-openbmp

Description: Vc++ 读取bmp文件 程序中包括bmp图像的读取,和bmp的储存 -Vc++ program, including reading the bmp file bmp image read, and store the bmp
Platform: | Size: 1293312 | Author: 郎宇 | Hits:

[Special EffectsRaw2Bmp

Description: 读取raw格式的图像数据,转化为bmp图像文件,采用vs2008开发,文件中包含bmp格式详细说明-Read raw image data format, into a bmp image files, using the vs2008 development, bmp format file contains detailed instructions
Platform: | Size: 3828736 | Author: | Hits:

[Special EffectsFormat-conversion

Description: 熟悉常用的图像文件格式,了解各图像格式的特点;掌握RAW和BMP文件格式的存储和读取,编程实现RAW—〉BMP格式的转换,为读取各种格式文件打基础。-Familiar with the common image file formats, to understand the characteristics of various image formats master RAW and BMP file formats to store and read, programming, laying the foundation to achieve the conversion of the RAW-> BMP format, to read a variety of formats files.
Platform: | Size: 16595968 | Author: kexin | Hits:

[Windows Developwddiispbmpr

Description: c语言写的bmp图像读取显示出来例程,,有助于具体了解bmp文件格式,灵活操作 -bmp image read write c language displayed routines to help specific knowledge of the bmp file format, flexible operation
Platform: | Size: 2048 | Author: boy | Hits:

[Dialog_Windowdisplay

Description: 可以读取剪切板上传过来的bmp位图文件路径,并按照图片的大小显示出来-From the clipboard can be read over the bmp bitmap file path and size of the image displayed in accordance with
Platform: | Size: 278528 | Author: imusun | Hits:

[Special Effectscircle

Description: 把一副BMP图象的R,G,B 各个分量分别读出来,然后再对存入指定的txt文件中-Put a pair of BMP image of R, G, B each component were read out, and then again to deposit the specified TXT file
Platform: | Size: 2048 | Author: 郑丹 | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net